projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b72b6
)
DEBUGSOURCES should contain a list of files, separated by colons.
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 7 Mar 2001 14:01:03 +0000
(14:01 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 7 Mar 2001 14:01:03 +0000
(14:01 +0000)
etc/DEBUG
patch
|
blob
|
history
diff --git
a/etc/DEBUG
b/etc/DEBUG
index 9fb021cf6a2d3693212c3aa739e9b4e40b9f6877..032aeb4dcd51c5b8606506fbad4828b5ce4be66b 100644
(file)
--- a/
etc/DEBUG
+++ b/
etc/DEBUG
@@
-350,7
+350,7
@@
helpful to set the `DEBUGSOURCES' and `DEBUG_FILE' environment
variables, so that one can see what LessTif was doing at this point.
For instance
- export DEBUGSOURCES="RowColumn.c
MenuShell.c
MenuUtil.c"
+ export DEBUGSOURCES="RowColumn.c
:MenuShell.c:
MenuUtil.c"
export DEBUG_FILE=/usr/tmp/LESSTIF_TRACE
emacs &